object Form5: TForm5 Left = 160 Top = 186 HelpContext = 45 BorderStyle = bsDialog Caption = 'Preferences' ClientHeight = 157 ClientWidth = 357 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 345 Height = 61 Caption = 'Music' TabOrder = 0 object Label1: TLabel Left = 8 Top = 36 Width = 70 Height = 13 Caption = 'Music &MIDI file' end object BrowseMIDI: TSpeedButton Left = 312 Top = 32 Width = 21 Height = 21 Caption = '...' OnClick = BrowseMIDIClick end object Label3: TLabel Left = 8 Top = 16 Width = 218 Height = 13 Caption = 'Ball Master can play any MIDI file during game' end object EditMIDI: TEdit Left = 88 Top = 32 Width = 225 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 end end object Button9: TButton Left = 192 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button10: TButton Left = 272 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox2: TGroupBox Left = 4 Top = 68 Width = 345 Height = 53 Caption = 'Animation' TabOrder = 3 object Label5: TLabel Left = 8 Top = 16 Width = 91 Height = 13 Caption = 'Speed of animation' end object Label7: TLabel Left = 124 Top = 36 Width = 34 Height = 13 Caption = 'Fastest' end object Label8: TLabel Left = 300 Top = 36 Width = 37 Height = 13 Caption = 'Slowest' end object TrackBar1: TTrackBar Left = 136 Top = 12 Width = 189 Height = 21 Max = 100 Orientation = trHorizontal Frequency = 10 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto end end object OpenDialogMID: TOpenDialog Filter = 'MIDI files|*.mid;*.midi;*.rmi' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware] Left = 312 Top = 24 end end